ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / AddRange Method
The items to be added.

In This Topic
    AddRange Method (ItemCollection<T>)
    In This Topic
    Adds range of items to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of T) _
    ) 
    public void AddRange( 
       IEnumerable<T> collection
    )

    Parameters

    collection
    The items to be added.
    See Also